home *** CD-ROM | disk | FTP | other *** search
/ Flybox Trout (Edition 1) / Flybox Trout (Edition 1).iso / Setup / Support / FlyBox.swf / scripts / DefineSprite_14 / frame_2 / DoAction.as
Encoding:
Text File  |  2002-04-15  |  156 b   |  16 lines

  1. ifFrameLoaded(0)
  2. {
  3.    GoOn = true;
  4. }
  5. if(GoOn == true)
  6. {
  7.    tellTarget("_root")
  8.    {
  9.       gotoAndPlay(2);
  10.    }
  11. }
  12. else
  13. {
  14.    gotoAndPlay(1);
  15. }
  16.